Papers with Math Reasoning
Local Prompt Optimization (2025.naacl-short)
Copied to clipboard
| Challenge: | Existing prompt optimization methods optimize prompts globally, but they lack the correct words for a task. |
| Approach: | They propose a local prompt optimization process that integrates with any general automatic prompt engineering method to optimize a prompt over a large vocabulary. |
| Outcome: | The proposed method improves on Math Reasoning and BIG-bench Hard benchmarks and shows that it can converge to the optimal prompt faster than global methods. |
GMFL: Efficient Global Masking for Federated LLM Fine-tuning (2026.acl-long)
Copied to clipboard
| Challenge: | Low-Rank Adaptation (LoRA) has emerged as a prominent solution to mitigate the communication and computation costs in federated fine-tuning of Large Language Models (LLMs). |
| Approach: | They propose a plug-and-play layer freezing mechanism to integrate with existing federated fine-tuning frameworks. |
| Outcome: | The proposed solution reduces communication overhead and lowers computational costs while preserving the performance of the underlying federated fine-tuning methods. |